curl --request GET \
--url https://api.example.com/projects/public/{project_id}/reports/{report_id}{
"id": "<string>",
"prompts_ids": [
"<string>"
],
"records_ids": [
"<string>"
],
"project_id": "<string>",
"category": "<string>",
"title": "<string>",
"context": "<string>",
"context_expand": "<string>",
"status": "<string>",
"content": "<string>",
"is_public": true,
"is_archived": true,
"is_deleted": true,
"preset_id": "<string>",
"report_language": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"project_name": "<string>"
}Fetch a public project report without authentication.
curl --request GET \
--url https://api.example.com/projects/public/{project_id}/reports/{report_id}{
"id": "<string>",
"prompts_ids": [
"<string>"
],
"records_ids": [
"<string>"
],
"project_id": "<string>",
"category": "<string>",
"title": "<string>",
"context": "<string>",
"context_expand": "<string>",
"status": "<string>",
"content": "<string>",
"is_public": true,
"is_archived": true,
"is_deleted": true,
"preset_id": "<string>",
"report_language": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"project_name": "<string>"
}Successful Response
Was this page helpful?