GET /v1/intent/:id
The GET /v1/intent/:id endpoint retrieves detailed information about a specific intent by its unique identifier.
Request
Endpoint
Path Parameters
Parameter
Type
Description
id
string
The unique identifier (id
) of the intent to retrieve.
Body
No body is required for this request.
Response
An intent, same schema as POST /v1/intent.
Last updated