Skip to main content
GET
/
processes
/
entries
Get Process Entries
curl --request GET \
  --url https://api.serial.io/processes/entries \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "unique_identifier_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "process_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "timestamp": "<string>",
    "station_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "is_pass": true,
    "operator_id": "<string>",
    "process_revision": 123,
    "upload_error": true,
    "cycle_time": 123,
    "override_user_id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

process_id
string
process_name
string
station_id
string
is_pass
boolean
operator_id
string
upload_error
string
id
string

Response

200 - application/json
id
string<uuid>
required
unique_identifier_id
string<uuid>
required
process_id
string<uuid>
required
is_pass
boolean
required
upload_error
boolean
required
timestamp
string<time>
station_id
string<uuid>
operator_id
string
process_revision
integer
cycle_time
number
override_user_id
string