Logo
User Context

Get Context Data

View Docs

API Reference

GET
/api/user_context/get_context_data

Query Parameters

context_id*integer

Header Parameters

access-key?string|null

Response Body

application/json

curl -X GET "https://loading/api/user_context/get_context_data?context_id=0"
{
  "data": {
    "id": 0,
    "context_name": "string",
    "context_type": "string",
    "description": "string",
    "tags": "string",
    "text_input": "string",
    "created_at": "string",
    "updated_at": "string",
    "md_file_size": "string",
    "status": "string",
    "message": "string",
    "presigned_md_url": "string"
  },
  "message": "string"
}
Empty