Skip to main content
GET
/
api
/
v1
/
pipeline
/
status
Get job status
curl --request GET \
  --url http://localhost:8080/api/v1/pipeline/status \
  --header 'x-api-key: <api-key>'
[
  {}
]

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Query Parameters

pipelinetoken
string

Pipeline token from upload

pipelinename
string

Pipeline name for summary view

page
integer
default:1

Page number for paginated results

Response

Job status information