POST
/
product-jobs
/
search

Authorizations

Authorization
string
header
required

S2S access token (JWT) from fabric Identity service (during login)

Headers

x-fabric-tenant-id
string

A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.

x-fabric-request-id
string

Unique request ID

Body

application/json

Request for a job search.

match
object
required

Search criteria to match jobs.

limit
integer
default:
10

Maximum number of records per page

offset
integer
default:
0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

sort
string

Sorting criteria. Sorting is supported on id, type, status, completedAt and createdAt. - refers to descending while + refers to ascending order.

Response

200 - application/json

Details of jobs

count
integer

Total number of records

data
object[]
limit
integer
default:
10

Maximum number of records per page

offset
integer
default:
0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.