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>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.datris.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

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

Query Parameters

publishertoken
string

Publisher token — returns status rows for every ingestion job sharing this token. Use this to watch a tap run (structured = 1 job, document = N jobs, all covered by one call). Wins over pipelinetoken if both supplied.

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