observe
Log Workflows
Log workflows to an Observe project.
Use this endpoint to log workflows to an Observe project. The request body should contain the
workflows
to be ingested.
Additionally, specify the project_id
or project_name
to which the workflows should be ingested.
If the project does not exist, it will be created. If the project exists, the workflows will be logged to it.
If both project_id
and project_name
are provided, project_id
will take precedence.
POST
/
v1
/
observe
/
workflows
Authorizations
Galileo-API-Key
string
headerrequiredQuery Parameters
scope
string | null
default: Body
application/json
workflows
object[]
requiredList of workflows to log.
project_id
string | null
Project ID for the Observe project.
project_name
string | null
Project name for the Observe project.
Response
200 - application/json
message
string
requiredproject_id
string
requiredproject_name
string
requiredworkflows_count
integer
requiredrecords_count
integer
requiredWas this page helpful?