get a log stream
GET /v1/log-streams/{log_stream_id}
Return a log stream.
Authorizations
Parameters
Path Parameters
Log stream ID
Responses
200
OK
object
object
Available timeout is how long a job can be marked as “available” before being requeued
Execution timeout is how long a job can be marked as “exeucuting” before being requeued
object
object
object
TODO(jm): add richer information on the error or other tied to a job execution.
Overall timeout is how long a job can be attempted, before being cancelled
Queue timeout is how long a job can be queued, before being made available
object
Job details
object
object
object
Available timeout is how long a job can be marked as “available” before being requeued
Execution timeout is how long a job can be marked as “exeucuting” before being requeued
object
object
object
TODO(jm): add richer information on the error or other tied to a job execution.
Overall timeout is how long a job can be attempted, before being cancelled
Queue timeout is how long a job can be queued, before being made available
400
Bad Request
object
401
Unauthorized
object
403
Forbidden
object
404
Not Found
object
500
Internal Server Error