List synthesis runs
GET /signals/{signalId}/synthesis-runs
List synthesis runs that used this signal as input for generating improvements.
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 statuses to filter by (pending, generating, generated, approved, rejected, failed)
Comma-separated list of statuses to filter by (pending, generating, generated, approved, rejected, failed)
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 ”Synthesis runs retrieved successfully
object
Array of synthesis runs
object
Unique identifier for the synthesis run
ID of the pipeline being synthesized
Name of the pipeline
Synthesis run status
ISO 8601 timestamp when the run was created
ISO 8601 timestamp when the run completed
Total number of synthesis runs (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