v1
latestOpenAPI 3.0.12026-07-1431191129.7 KBPipeline Executions
Query pipeline executions
Query the pipeline executions of a source. The fields that can be used to filter or sort pipeline executions are:
- id: The pipeline execution id.
- pipelineDefinitionId: The pipeline definition id.
- createdAt: The pipeline execution creation timestamp.
- updatedAt: The pipeline execution last update timestamp.
- status: The pipeline execution status.
- operation.action: The action of the operation that triggered the pipeline execution.
- operation.taskId: The id of the task that triggered the pipeline execution.
- operation.target.targetType: The type of the target that triggered the pipeline execution. It can be 'RESOURCE' or 'RELATIONSHIP'.
- operation.target.type: The type of the resource or relationship that triggered the pipeline execution.
- operation.target.id: The id of the resource or relationship that triggered the pipeline execution. Note: It is also possible to filter or sort on fields under processedOperation, which represents the operation as processed by the pipeline execution.
post/sources/{sourceKey}/v1/pipelines/query
Path parameters
sourceKeystring required
The key of the source.
Query parameters
withOperationBodyboolean
If set to true, the response will include, for each pipeline execution, the body of the operation which triggered the pipeline. Defaults to false.
Request body
Response
A successful response.