List linked resources
GET /signals/{signalId}/linked-resources
List resources linked to a signal. Currently supports pipeline executions, with future support for datasets and files.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier for the signal
Unique identifier for the signal
Query Parameters
Section titled “Query Parameters ”Comma-separated list of resource types to filter by (currently only: execution)
Comma-separated list of resource types to filter by (currently only: execution)
Page number for pagination (1-indexed)
Page number for pagination (1-indexed)
Number of results per page (1-100, default: 20)
Number of results per page (1-100, default: 20)
Field to sort by (default: createdAt)
Field to sort by (default: createdAt)
Sort direction: ascending or descending (default: desc)
Sort direction: ascending or descending (default: desc)
Responses
Section titled “ Responses ”Linked resources retrieved successfully
object
Array of linked resources
object
Type of the linked resource
Unique identifier of the resource
Human-readable label for the resource
ISO 8601 timestamp when the link was created
Resource-specific metadata
object
ID of the pipeline this execution belongs to
Name of the pipeline
Execution status (pending, running, succeeded, failed, cancelled)
ISO 8601 timestamp when execution started
ISO 8601 timestamp when execution completed
Total number of linked resources (before pagination)
Current page number
Number of results per page
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist