Skip to main content
GET
List brand-adherence jobs

Authorizations

X-API-Key
string
header
required

API key issued by the Taste Engine. Create one in the dashboard at https://engine.tastelabs.com/app/api-keys.

Query Parameters

status
enum<string>

Filter by lifecycle status. A job is stored as accepted, completed, or failed; extracting and judging are live states seen only when polling a single job, so filtering by them returns an empty list. Lifecycle status of a brand-adherence job.

Available options:
accepted,
extracting,
judging,
completed,
failed
q
string

Free-text search over both sides' URLs.

limit
integer
default:50

Maximum jobs to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of jobs to skip, for pagination.

Required range: x >= 0

Response

The caller's jobs, most recent first.

jobs
object[]
required
total
integer

Total jobs matching the filter, ignoring pagination.

limit
integer
offset
integer