Skip to main content
GET
/
v1
/
management
/
generation
Get Generation
curl --request GET \
  --url https://api.agipower.ai/v1/management/generation \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.agipower.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

Generation ID

Example:

"gen_01abc123def456"

Response

200 - application/json

Generation detail response

The response is of type object.