Obj Read
curl --request POST \
--url https://api.example.com/obj/read \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"object_id": "<string>",
"digest": "<string>",
"metadata_only": false,
"include_tags_and_aliases": false
}
'{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"digest": "<string>",
"version_index": 123,
"is_latest": 123,
"kind": "<string>",
"base_object_class": "<string>",
"val": "<unknown>",
"deleted_at": "2023-11-07T05:31:56Z",
"leaf_object_class": "<string>",
"wb_user_id": "<string>",
"size_bytes": 123,
"tags": [
"<string>"
],
"aliases": [
"<string>"
]
}
}Obj Read
POST
/
obj
/
read
Obj Read
curl --request POST \
--url https://api.example.com/obj/read \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"object_id": "<string>",
"digest": "<string>",
"metadata_only": false,
"include_tags_and_aliases": false
}
'{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"digest": "<string>",
"version_index": 123,
"is_latest": 123,
"kind": "<string>",
"base_object_class": "<string>",
"val": "<unknown>",
"deleted_at": "2023-11-07T05:31:56Z",
"leaf_object_class": "<string>",
"wb_user_id": "<string>",
"size_bytes": 123,
"tags": [
"<string>"
],
"aliases": [
"<string>"
]
}
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
If true, the val column is not read from the database and is empty.All other fields are returned.
If true, tags and aliases are fetched and included in the response.
Response
Successful Response
Show child attributes
Show child attributes
Was this page helpful?
⌘I