Skip to main content
GET
/
v1
/
flow
/
files
/
{file_id}
/
data-jobs
List file data jobs
curl --request GET \
  --url https://flow.seekr.com/v1/flow/files/{file_id}/data-jobs \
  --header 'Authorization: <api-key>'
{
  "data": [
    "<string>"
  ],
  "object": "list"
}
Call this to see which data jobs have referenced a file. This is useful for auditing a file’s processing history or checking dependencies before deletion.

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

file_id
string
required

Response

Successful Response

Generic response model for a list of resource IDs.

data
string[]
required
object
string
default:list
Allowed value: "list"
Last modified on June 18, 2026