Skip to main content
GET
/
projects
/
{project_reference}
/
jobs
/
{job_id}
/
logs
Get Job Logs
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/jobs/{job_id}/logs \
  --header 'Authorization: Bearer <token>'
{
  "logs": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_reference
string
required
job_id
string<uuid>
required

Job UUID

Response

Job logs

logs
string | null
required