Skip to main content
GET
/
v1
/
assistant-deployment
/
get-api-deployment
/
{assistantId}
get-api-deployment
curl --request GET \
  --url https://assistant-01.in.rapida.ai/v1/assistant-deployment/get-api-deployment/{assistantId} \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "success": true,
  "data": {
    "id": "2230142097179373568",
    "assistantId": "2227823180112723968",
    "status": "active"
  }
}

Authorizations

x-api-key
string
header
required

API key from Rapida credentials.

Headers

x-client-source
enum<string>
default:sdk

Client source identifier. SDK clients send this automatically.

Available options:
sdk
x-auth-id
string

Optional user identifier to propagate with the request.

Path Parameters

assistantId
string
required

Assistant ID for the deployment.

Pattern: ^[0-9]+$
Example:

"2227823180112723968"

Response

Assistant API deployment.

code
integer<int32>
Example:

200

success
boolean
Example:

true

data
object
error
object

Platform error response details. errorCode is a stable platform error code. See PlatformErrorCode for documented code/message mappings.