Executions
List Executions
List all agent executions for the user organization with pagination.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to skip
Required range:
x >= 0Maximum number of items to return
Required range:
1 <= x <= 1000Response
Successful Response
Name of the agent
The usage metrics for the request.
Unique identifier of the agent execution response.
The response from the model.
The status of the job.
Available options:
pending, enqueued, running, completed, failed, paused Date and time when the execution was created (in UTC timezone)
Date and time when the execution was completed (in UTC timezone)