Tasks
Process next job
Retrieve and start the next available job.
post/orgs/{orgId}/projects/{projectId}/scout/tasks
Path parameters
orgIdstring required
Example:acme-inc
Organization ID.
projectIdstring required
Example:my-project
Project ID.
Headers
x-redocly-scout-versionstring
Example:1.0.0
Scout version.
Response
OK.
Example response
{
"id": "sjob_01h2t9ksv7vmsvbhh5ty40zctw",
"parentJobId": "sjob_01h2t9ksv7vmsvbhh5ty40zctw",
"checks": [
{
"name": "Scorecard - Compliance API"
}
],
"metadata": {
"scoutVersion": "1.0.0"
}
}