Notifies the API of a job start
Jobs
Notifies the API of a job start
Endpoint for clients to start a new job and mark the start time.
Note: caller must be a client. For users, this endpoint will return a 404 as they are not expected or allowed to call this endpoint.
POST
Notifies the API of a job start
Documentation Index
Fetch the complete documentation index at: https://specterops-bp-2510-sharphound-collection.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.
Pattern:
^wait=(-1|[0-9]+)$Body
application/json
Response
OK